home *** CD-ROM | disk | FTP | other *** search
/ Holt Researcher: American History / Holt Researcher: American History.iso / pc / modules / tour.dxr / 00025_credits last frame.ls < prev    next >
Encoding:
Text File  |  2000-01-21  |  210 b   |  11 lines

  1. on exitFrame
  2.   global CreditList
  3.   set the puppet of sprite 8 to 0
  4.   repeat with X = 5 to 7
  5.     creditObj = getaProp(CreditList, X)
  6.     outScope(creditObj)
  7.   end repeat
  8.   updateStage()
  9.   go(label("TMenu"))
  10. end
  11.